home *** CD-ROM | disk | FTP | other *** search
/ Young & Modern Digital Makeover Magic / Young & Modern Digital Makeover Magic.iso / Autorun.inf < prev    next >
Encoding:
Windows Autorun File  |  1999-10-17  |  888 b   |  26 lines

  1. [autorun]
  2. Open=Autorun.EXE
  3. Icon=MGI_CD.ico
  4.  
  5.  
  6. [General]
  7. ; =============================================================================
  8. ; NOTE:
  9. ;   Autorun.exe assumes that AUTORUN.INF is at root of current drive.
  10. ;
  11. ; General Definition:
  12. ;   SetupKey       Registry key to search for to confirm that program is installed
  13. ;   UninstallKey   Registry key for uninstalling
  14. ;   Setup          path the setup - run if SetupKey is not found
  15. ;   ProgramClass   Window Class to check if its running
  16. ; =============================================================================
  17.  
  18. ProgramWindow=YM Digital Makeover Magic
  19. SetupKey=SOFTWARE\MGI\MakeOver\1.0
  20. UninstallKey=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MGI_MAKEOVER_V1_0
  21. Setup=setup.exe
  22. ProgramClass=MGI MakeOver MainFrame
  23. DirectoryKey=SOFTWARE\MGI\MakeOver\1.0
  24. PathKey=SOFTWARE\MGI\MakeOver\1.0\Autorun
  25.  
  26.